img.img-one {
    margin-left: -35%;
    width: 167%;
}
h1.apprenticeships-title-one {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #f9bb38;
    text-decoration-thickness: 8px;
    margin-top: 60px;
}
h2.apprenticeships-title-two {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

p.text-block {
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
}

img.img-two {
    border-radius: 16px;
}

p#boxText {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

p#boxText {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}

img.img-fluid {
    width: 100%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #f9bb38 !important;
}

.orange-box {
    background: #f9bb38;
    padding: 71px;

    border-radius: 8px;
}

h2.apprenticeships-title-three {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

a.btn.btn-secondary.fife-button {
    background: #ffffff;
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 26px;
    margin-top:15px;
    font-family: "Poppins", sans-serif;
}

a.btn.btn-secondary.fife-button:hover {
    background: #f9bb38;
    color: #000;
    transition: 0.6s;
}
hr.underline {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #000 !important;
    width: 168%;
    margin-left: -34%;
}
a.btn.btn-secondary.fife-button:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

p#faTextOne {
    text-align: center;
}
p#faTextTwo {
    text-align: center;
}
.img-box-body {
    background: #f5f5f5;
    min-height: 314px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px 5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8px;
}
h2.apprenticeships-title-four {
    font-family: "Poppins", sans-serif;
    color: #000;
}
img.img-five {
    margin-top: 20px;
    border-radius: 8px;
}
h2.apprenticeships-title-five {
    font-family: "Poppins", sans-serif;
    color: #000;
}
.second-orange-box {
    background: #f9bb38;
    padding: 30px;
    border-radius: 16px;
}
img.img-six {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.navigation-section {
    background: #F9BB38;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 300px;
    padding-left: 300px;
    width: 148% !important;
    margin-left: -24%;
    height:65px;
}
a.dropdown-item {
    color: #000;
    display: list-item;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    width: 120%;
    padding-top: 5px;
    font-size: 12px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
    width: 100%;
}
@media only screen and (max-width: 1440px) {
    img.img-one {
        margin-left: -15%;
        width: 148%;
    }
    hr.underline {
        width: 128%;
        margin-left: -14%;
    }
    .navigation-section {
        padding-right: 0px !important;
        width: 148%;
        padding-left: 50px !important;
        margin-left: -14%;
    }
}
@media only screen and (max-width: 1024px) {
    img.img-one {
        margin-left: -15%;
        width: 128%;
    }
    img.img-two {
        width: 100%;
    }
    hr.underline {
        width: 121%;
        margin-left: -5%;
    }
    .navigation-section {
        padding-right: 0px !important;
        width: 120%;
        padding-left: 24px !important;
        margin-left: -5%;
    }
    img.img-four {
        width: 100%;
    }
    img.img-five {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
.img-box-body {
    min-height: 600px;
    margin-top: 30px;
}
img.img-one {
    margin-left: -6%;
    width: 108%;
}
a.dropdown-one {
    margin-left: 40%;
    padding-bottom: 30px !important;
}
hr.underline {
    width: 109%;
    margin-left: -5%;
}
.navigation-section {
    padding-right: 0px !important;
    width: 109%;
    padding-left: 24px !important;
    margin-left: -5%;
}
}
@media only screen and (max-width: 425px) {
hr.underline {
    width: 100%;
    margin-left: 0%;
}
img.img-one {
    margin-left: -6%;
    width: 106%;
}
a.dropdown-one {
    margin-left: 28%;
    padding-bottom: 30px !important;
}
.img-box-body {
    min-height: 400px;
    margin-top: 30px;
}
a.btn.btn-secondary.fife-button {
    font-size: 14px;
}
img.img-two {
    width: 100%;
}
}
@media only screen and (max-width: 375px) {
a.dropdown-one {
    margin-left: 23%;
    padding-bottom: 30px !important;
}
}